home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1601_700 / DISK1634 / DISK1634.ZIP / FI.DOC < prev    next >
Text File  |  1989-11-17  |  967b  |  34 lines

  1. FI
  2. ==
  3.  
  4. Filename  : FI.EXE
  5.  
  6. Syntax    : FI <mask> /H/S/D/R/A/P/G/B/C/Q/I/1
  7.          or FI /H/S/D/R/A/P/G/B/C/Q/I/1 <mask>
  8.  
  9. Purpose   : A program to manage files in directories.
  10.  
  11. Remarks   : It displays a browse list of files, and allows the
  12.             addition of descriptions to files in full screen mode.
  13.             Press Return to edit the description of highlighted file.
  14.             The descriptions are stored in file FILEINFO.WF in the
  15.             directory being browsed.
  16.  
  17. Parameters:
  18.  
  19.     <mask> directory mask with wildcards * or ? (eg b:e*.t??)
  20.  
  21.     /H - include Hidden files
  22.     /S - include System files
  23.     /D - include Directories
  24.     /R - read only files
  25.     /A - any files
  26.     /P - pack the description file
  27.     /G - use generic Bios calls
  28.     /B - use black and white colors
  29.     /C - clear screen at exit
  30.     /Q - old CGA monitor - eliminate snow
  31.     /I - convert old INFO.DIR file
  32.     /1 - use alternate colors
  33.  
  34.